home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / BYTECOMM.ARJ / COMM.CFG < prev    next >
Text File  |  1991-07-25  |  7KB  |  211 lines

  1. *
  2. *    COMM.CFG   (the default configuration file for COMM.EXE)
  3. *
  4. *
  5. * (in this file, lines beginning with an asterisk are comments)
  6. *
  7. * ------------------------------------------------------------
  8. *   The phrases 
  9. *        REGULAR FOREGROUND=<color>
  10. *        REGULAR BACKGROUND=<color>
  11. *        MESSAGE FOREGROUND=<color>
  12. *        MESSAGE BACKGROUND=<color>
  13. *   are used to select screen colors.
  14. *
  15. *  choose 'COLORS' entries (below) from this list:
  16. *           
  17. *      foreground/background            foreground only
  18. *      ---------------------            ---------------
  19. *             BLACK                      DARKGRAY
  20. *             BLUE                       LIGHTBLUE
  21. *             GREEN                      LIGHTGREEN
  22. *             CYAN                       LIGHTCYAN
  23. *             RED                        LIGHTRED
  24. *             MAGENTA                    LIGHTMAGENTA
  25. *             BROWN                      YELLOW
  26. *             WHITE                      BRIGHTWHITE
  27. *
  28. *  besides WHITE/BLACK, monochrome systems can also use
  29. *           HIGHINTENSITY
  30. *           UNDERLINE
  31. * ------------------------------------------------------------
  32.  
  33. COLORS
  34. regular foreground=WHITE
  35. regular background=BLUE
  36. message foreground=BLACK
  37. message background=CYAN
  38.  
  39.  
  40. * ------------------------------------------------------------
  41. *
  42. *   Up to 10 PHONE DIRECTORY entries may be contained in each
  43. *   configuration file.  Files other than the default COMM.FIL
  44. *   may be loaded by choosing "Load Phone Directory" from the
  45. *   DIALING menu.
  46. *   The heading PHONE DIRECTORY must be first.  A blank line
  47. *   ends the entries.  Each entry is composed of Name, Phone
  48. *   Number, Baud Rate, Parameters, Echo Flag, Flow-Control Flag,
  49. *   and Add-Linefeed Flag.  Each item is separated by a semicolon.
  50. *   Each entry must be on a separate line.
  51. *
  52. * ------------------------------------------------------------
  53.  
  54. PHONE DIRECTORY
  55. BIX            ;242-1986;       2400; 7-E-1; noecho; flow; addlf=no
  56. BIX direct     ;1-617-861-9767; 2400; 7-E-1; noecho; flow; addlf=no
  57.  
  58. *   MAKE SURE YOU LEAVE A BLANK LINE BEFORE THIS ONE.
  59. *
  60. * ------------------------------------------------------------
  61. *
  62. *   The MODEM STRINGS section contains the commands and the
  63. *   response phrases for the modem.
  64. *
  65. *   In a command string, a vertical bar ("|") is a signal
  66. *   to send a carriage-return.  A tilde ("~") causes a 
  67. *   pause of one second at that point in the command.
  68. *
  69. * ------------------------------------------------------------
  70.  
  71. MODEM STRINGS
  72. dial command=ATDT
  73. modem init=
  74. modem reset=~ATZ|~
  75. hangup=~+++~~ATH~|
  76. answer_on=ATS0=1|~
  77. answer_off=ATS0=0|~
  78. phone busy=BUSY
  79. no carrier=NO CARRIER
  80. connect=CONNECT
  81. modem ok=OK
  82. modem error=ERROR
  83.  
  84. * ------------------------------------------------------------
  85. *
  86. *   The entries under KEYBOARD PHRASES are "attached" to the
  87. *   keypresses ALT 1 through ALT 9.  Assigning the phrase
  88. *   "LOGON username" to "macro 1", for example, allows you
  89. *   to press ALT 1 and the result be as if you typed the phrase
  90. *   yourself at the keyboard.
  91. *
  92. *   Inside a phrase, a vertical bar ("|") is a signal
  93. *   to send a carriage-return.  A tilde ("~") causes a 
  94. *   pause of one second at that point in the phrase.
  95. *
  96. * ------------------------------------------------------------
  97.  
  98. KEYBOARD PHRASES
  99.  
  100. macro 1=tymnetid|
  101. macro 2=bixname|
  102. macro 3=password|
  103. macro 4=header skip to last|
  104. macro 5=mail status|
  105.  
  106. * ------------------------------------------------------------
  107. *
  108. *   The INITIAL COMM PARAMETERS section sets the modem
  109. *   and serial port to an initial state.  
  110. *
  111. *   "com port=" can have a value of 1, 2, 3, or 4.
  112. *
  113. *   "baud rate=" should be selected from this list:
  114. *         110      150      300      600
  115. *        1200     2400     4800     9600
  116. *       19200    38400
  117. *
  118. *   "parms=" specifies the Data Bits, Parity, and Stop Bits
  119. *   to the serial port.  Data Bits can be 5, 6, 7, or 8.
  120. *   Parity can be E, N, or O (for Even, None, or Odd).
  121. *   Stop Bits can be 1 or 2.  A typical entry: 7-E-1.
  122. *
  123. *   "echo=" specifies whether local-echo is initially "on"
  124. *   or "off".
  125. *
  126. *   "break ms=" specifies the number of milliseconds that a
  127. *   BREAK signal should last.  The usual value is 250.
  128. *
  129. *   "dial wait=" specifies the number of seconds to wait
  130. *   for the other computer to answer the phone.
  131. *
  132. *   "initial menu=" specifies which of the pulldown menus
  133. *   should appear first when the program loads.
  134. *   1 = DIALING, 2 = FILE, 3 = TERMINAL, 
  135. *   4 = MODEM CONTROL, 5 = EXIT, and 6 = HELP.
  136. *
  137. *   "use carrier=" can be set to "yes" or "no".  If "yes",
  138. *   the program expects the modem and RS232 cable to report
  139. *   the true state of Carrier-Detect.  If your modem is set
  140. *   so that Carrier-Detect is always on, or if your RS232
  141. *   cable is not wired to report Carrier-Detect (pin 8),
  142. *   you should set this to "no".
  143. *
  144. *   "use alt=no" can be used to turn off the triggering of
  145. *   the menus when you press and release the ALT key.
  146. *
  147. *   "auto answer=" can be set to "yes" or "no", or omitted
  148. *   entirely.  If present, the modem will be initialized
  149. *   to answer the phone (or not) when the program first
  150. *   loads.
  151. *
  152. *   "mouse=" can be set to "yes" or "no".  If set to "no",
  153. *   the program will not use a mouse even if one is present.
  154. *   You should set this to "no" if you experience problems
  155. *   between the communications program and foreground 
  156. *   applications that also use the mouse.
  157. *
  158. * ------------------------------------------------------------
  159.  
  160. INITIAL COMMUNICATIONS PARAMETERS
  161. com port=2
  162. baud rate=2400
  163. parms=7-E-1
  164. echo=off
  165. break ms=250
  166. dial wait=60
  167. initial menu=1
  168. use carrier=yes
  169. use alt=no
  170. auto answer=yes
  171. mouse=yes
  172.  
  173. * ------------------------------------------------------------
  174. *
  175. *   The entries under FILE TRANSFER PARAMETERS control the
  176. *   way file transfers occur.
  177. *
  178. *   "send LF with CR" is used for ASCII-SEND.  If "yes",
  179. *   linefeeds in text files are sent.
  180. *
  181. *   "char send delay" and "line send delay" are in milliseconds,
  182. *   and cause delays after each character and line are sent
  183. *   during an ASCII-SEND.
  184. *
  185. *   "foreground ticks" and "background ticks" give the number
  186. *   of 55-millisecond intervals the program apportions to the
  187. *   foreground (DOS, or an application program) and to the
  188. *   background (the communications program) during a file
  189. *   transfer.
  190. *
  191. *   "xmodem timeout=" is given in seconds, and indicates the
  192. *   time period to wait for further XModem/YModem characters
  193. *   before declaring a timeout error for the current block.
  194. *   A value of 1 is fairly standard, but larger values (such
  195. *   as 5) can be used to relax the error-checking.  This is
  196. *   especially useful when transferring files via packet-
  197. *   switching networks such as TYMNET.
  198. *
  199. * ------------------------------------------------------------
  200.  
  201. FILE TRANSFER PARAMETERS
  202. send LF with CR=no
  203. char send delay=0
  204. line send delay=0
  205. foreground ticks=9
  206. background ticks=2
  207. xmodem timeout=15
  208.  
  209.  
  210.